home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 131 / XENIATGM131.iso / Shareware / openOffice.org 641 / Windows / f_0047 / sbasic.jar / text / sbasic / common / 01020200.xml < prev    next >
Extensible Markup Language  |  2001-09-07  |  3KB  |  47 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <html><head><title>Objects</title><meta name="filename" content="text/sbasic/common/01020200"/><help:css-file-link xmlns:help="http://openoffice.org/2000/help"/><!--The CSS style header method for setting styles--><style type="text/css">
  3.  
  4.         table.Tabelle4{
  5.                 }
  6.         span.Tabelle4A{
  7.                 width:18cm;}
  8.         p.P1{
  9.                 }
  10.         p.P2{
  11.                 }
  12.         p.P3{
  13.                 }
  14.         span.T1{
  15.                 font-weight:bold;}
  16.         span.fr1{
  17.                 }
  18.         </style></head><body>
  19.   
  20.   
  21.   <help:to-be-embedded Eid="objekte" xmlns:help="http://openoffice.org/2000/help">
  22.   <p class="Head1"><help:link Id="66465">Objects</help:link></p>
  23.   <p class="Paragraph">The following describes the use of objects in OpenOffice.org Basic.</p>
  24.   </help:to-be-embedded>
  25.   <p class="Head2">The <help:key-word value="Object Catalog" tag="kw66465_1" xmlns:help="http://openoffice.org/2000/help"/>Object Catalog</p>
  26.   <p class="Paragraph">The object catalog provides an overview of all modules and dialogs you have created in OpenOffice.org, as well as a list of the properties and methods that can be applied to a specified object. Each module lists all respective SUBS and for every dialog, a list of the methods and properties you can apply is displayed. All controls incorporated into your dialogs are also listed here along with their respective properties and methods.</p>
  27.   <p class="Paragraph">From the object catalog, you can drag & drop the methods and properties you want to apply to the selected object directly into the Basic Editor. For instance, to insert a command line at the current cursor position in the program code, proceed as follows:</p>
  28.   <ul class="L1">
  29.    <li class="">
  30.     <p class="P2">Click the <span class="T1">Object Catalog</span> icon in the Macro bar.</p>
  31.    </li>
  32.   </ul>
  33.   <table><tr class=""><th style="text-align:left;"><span class="Tabelle4A">
  34.       <p class="TextInTable"><draw:image draw:style-name="fr1" draw:name="Grafik1" text:anchor-type="paragraph" svg:width="9.155cm" svg:height="8.308cm" draw:z-index="0" xlink:href="66857" xlink:type="simple" xlink:show="embed" xlink:actuate="onRequest" draw:filter-name="GIF - Graphics Interchange" xmlns:draw="http://openoffice.org/2000/drawing" xmlns:text="http://openoffice.org/2000/text" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"/>
  35.        </p>
  36.      </span></th></tr></table>
  37.   <p class="Paragraph"/>
  38.   <ul class="L2">
  39.    <li class="">
  40.     <p class="P3">The dialog displays a list of all existing objects. Many objects (e.g., documents, templates, and the libraries and modules of application itself ) contain subitems that you can choose to hide or show. By double-clicking a module entry, for example, you can view all the contained SUBS or FUNCTIONS.</p>
  41.    </li>
  42.    <li class="">
  43.     <p class="P3">Now, to insert a command line (e.g., "Dialog1.CommandButton1.Move") in the Basic Editor, simply click on the corresponding entry in the object catalog and drag it to the desired position in the program code.</p>
  44.    </li>
  45.   </ul>
  46.   <p class="Paragraph">Close the object catalog by clicking the (X) icon in the title bar.</p>
  47.  </body></html>